Very Long Instruction Word - definizione. Che cos'è Very Long Instruction Word
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è Very Long Instruction Word - definizione

INSTRUCTION SET ARCHITECTURE
Static superscalar; VLIW; Very Long Instruction Word; Vliw; MPPA MANYCORE; Variable length instruction word

Very Long Instruction Word         
(VLIW) Used to describe an assembly language {instruction set} implemented using horizontal microcode. A horizontally encoded instruction word which encodes four or more operations might be considered "very long". VLIW architectures are sometimes classified as a type of static superscalar architecture. They are static in the sense that which units operate in parallel is determined by the instruction rather than by dynamic scheduling at run time. Producing code for VLIW machines is difficult; {trace scheduling} is a helpful compiler technique. The most famous VLIW machine was built by (the late) Multiflow Computer, Inc. (1994-11-11)
Very long instruction word         
Very long instruction word (VLIW) refers to instruction set architectures designed to exploit instruction level parallelism (ILP). Whereas conventional central processing units (CPU, processor) mostly allow programs to specify instructions to execute in sequence only, a VLIW processor allows programs to explicitly specify instructions to execute in parallel.
VLIW         

Wikipedia

Very long instruction word

Very long instruction word (VLIW) refers to instruction set architectures designed to exploit instruction level parallelism (ILP). Whereas conventional central processing units (CPU, processor) mostly allow programs to specify instructions to execute in sequence only, a VLIW processor allows programs to explicitly specify instructions to execute in parallel. This design is intended to allow higher performance without the complexity inherent in some other designs.